inherited FileConfirmSaveDialog: TFileConfirmSaveDialog Left = 324 Top = 136 Caption = '%' ClientWidth = 353 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image: TUiImage Left = 16 Top = 16 Width = 32 Height = 32 end object ConfirmLbl: TUiLabel Left = 64 Top = 24 Height = 13 Caption = 'Save changes?' end object YesBtn: TUiButton Left = 99 Top = 128 Width = 87 Caption = 'Save Checked' Default = True ModalResult = 6 TabOrder = 0 AutoSize = asRight end object CancelBtn: TUiButton Left = 273 Top = 128 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end object NoBtn: TUiButton Left = 193 Top = 128 Caption = 'Save None' ModalResult = 7 TabOrder = 1 AutoSize = asRight end object LeftEdit: TUiCheckBox Left = 64 Top = 56 Height = 17 Caption = 'Left file' TabOrder = 3 end object RightEdit: TUiCheckBox Left = 64 Top = 80 Height = 17 Caption = 'Right file' TabOrder = 4 end object CenterEdit: TUiCheckBox Left = 64 Top = 104 Height = 17 Caption = 'Center file' TabOrder = 5 end end